home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 136_01.zip / CUG.LTR < prev    next >
Text File  |  1993-06-01  |  3KB  |  61 lines

  1. /*    HEADER:  CUG136.07;
  2.     TITLE:        CUG136;
  3.     DESCRIPTION:    "Contents of disk";
  4.     KEYWORDS:    submission,contents;
  5.     FILENAME:    CUG.LTR;
  6.     AUTHORS:    R. Rodman;
  7. */
  8.  
  9. A  disk of files for submission to your library accompanies  this 
  10. letter,  as you have probably noticed.   This disk contains games 
  11. and  a  (quasi-)universal  terminal  definition  system.   Before 
  12. running  any of the other programs,  run TERMINAL to  create  the 
  13. file   TERMINAL.SYS.    Other   terminal  configuration   methods 
  14. described  in  your  newsletter  don't  allow  for  object   code 
  15. portability,  whereas  this  one does and has been used with  not 
  16. only C but also BASIC,  Pascal and assembler.  The games were fun 
  17. projects of mine and I've decided to put them all into the public 
  18. domain.   I only learned C recently,  so two were converted  from 
  19. Basic,  the  other from assembler (Don't criticize my C too much!  
  20. Give  me  a  chance!).    They  are  written  in  C/80  (Software 
  21. Toolworks),  which  means they should be easily portable  to  any 
  22. Unix-compatible C.
  23.  
  24. Here is a listing of the files on the disk:
  25.  
  26. DUMPSTAR.C, .SUB, .COM -      Dump Star video game
  27. TZ.C, .R, .COM, .DOC -        Twilight Zone adventure game
  28.  
  29.      NO FAIR READING TZ.R!  (Maybe we ought to squeeze it?)
  30.  
  31. CMAZE.C, .SUB, .COM -         Perspective maze game
  32.      (Careful - doesn't use TERMINAL.SYS; also does direct
  33.      port I/O to an AY-3-9513 Cricket at ports B0,B1 hex)
  34. TERMINAL.C, .COM, .DOC -      Terminal configuration program
  35. RDTERM.C, .COM -              Check your terminal configuration
  36. RANDOM.C -                    Random function for C/80
  37. PORTIO.C -                    I/O port access for C/80
  38. CUG.LTR -                     this letter
  39.  
  40. Someone can probably improve upon my random number generator.  It 
  41. is  pretty crude.   If anyone installs any terminals beyond  what 
  42. TERMINAL  supports,  I'd like to get a copy of the new values  so 
  43. that the program can be enhanced.
  44. .pa
  45. Other projects I have underway are a 68000 cross-assembler and an 
  46. operating system.  Once the cross-assembler is complete I want to 
  47. make  a  small-C for the 68000 which will then be used  with  the 
  48. operating  system  as  well as  other  projects.   Currently  the 
  49. operating system is in Z80 assembler.   When this is finished  it 
  50. will  all become public domain.   If anyone is working on similar 
  51. projects, I'd sure like to get in touch with them.
  52.  
  53. Have fun and ... C you later!
  54.  
  55.                                    Richard Rodman
  56.                                    6607 Mayfair Drive #302
  57.                                    Falls Church VA 22042
  58.                                    (703) 241-1681
  59.  
  60.  
  61.